Skip to content

feat: adds manifest file for the downloaded forms#1273

Merged
parveshh merged 1 commit intomainfrom
feature/all-forms-manifest-file
Jan 27, 2026
Merged

feat: adds manifest file for the downloaded forms#1273
parveshh merged 1 commit intomainfrom
feature/all-forms-manifest-file

Conversation

@parveshh
Copy link
Contributor

@parveshh parveshh commented Jan 27, 2026

  • adds a manifest.json to the backup zip file
    example structure
  "forms": {
    "count": 2,
    "entities": [
      {
        "id": "691db72966b1bdc98fa3e72a",
        "title": "Feedback (do not amend or use)",
        "slug": "feedback"
      },

      {
        "id": "6964fce9a994c13113bcee9b",
        "title": "register a unicorn",
        "slug": "register-a-unicorn"
      }
    ]
  }
}```

@sonarqubecloud
Copy link

Copy link
Contributor

@jbarnsley10 jbarnsley10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@parveshh parveshh merged commit de78c65 into main Jan 27, 2026
12 checks passed
@parveshh parveshh deleted the feature/all-forms-manifest-file branch January 27, 2026 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants